GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-14T10:35:20.2497721+00:00",
"SubmitDate": "2026-01-14T10:35:20.2497721+00:00",
"ReportPeriodStart": "2026-01-14T10:35:20.2497721+00:00",
"ReportPeriodEnd": "2026-01-14T10:35:20.2497721+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0f917871-8c89-491c-9cf2-66ccb83d6bfb",
"Rows": [
{
"ItemId": "ac0bae16-e5e3-4859-bdda-90b6c79d8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac0bae16-e5e3-4859-bdda-90b6c79d8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0f917871-8c89-491c-9cf2-66ccb83d6bfb",
"Rows": [
{
"ItemId": "ac0bae16-e5e3-4859-bdda-90b6c79d8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac0bae16-e5e3-4859-bdda-90b6c79d8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c850f23d-02b2-4353-afde-dc4b2d6c1db3",
"64184b74-5eb1-45cc-883c-ef65e9888ff4"
],
"Approvers": [
"f4e9d161-b4b3-43f9-9c3a-3695348adfc0",
"239f108e-ef18-4221-82e9-64c6f2496208"
],
"ApprovedBy": "2e171368-6f7f-4da5-be6a-56244355f157",
"ApprovalDate": "2026-01-14T10:35:20.2497721+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c33aab86-8cc2-4879-83e4-c66adef4e7a5",
"id": "a927bf9c-efeb-4df7-ba9d-b58c013cd7f2",
"ConfigId": "2f18b789-0a6e-4d10-af70-eaf2c083c2ff"
},
{
"GenerationDate": "2026-01-14T10:35:20.2497721+00:00",
"SubmitDate": "2026-01-14T10:35:20.2497721+00:00",
"ReportPeriodStart": "2026-01-14T10:35:20.2497721+00:00",
"ReportPeriodEnd": "2026-01-14T10:35:20.2497721+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0f917871-8c89-491c-9cf2-66ccb83d6bfb",
"Rows": [
{
"ItemId": "ac0bae16-e5e3-4859-bdda-90b6c79d8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac0bae16-e5e3-4859-bdda-90b6c79d8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0f917871-8c89-491c-9cf2-66ccb83d6bfb",
"Rows": [
{
"ItemId": "ac0bae16-e5e3-4859-bdda-90b6c79d8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac0bae16-e5e3-4859-bdda-90b6c79d8d2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c850f23d-02b2-4353-afde-dc4b2d6c1db3",
"64184b74-5eb1-45cc-883c-ef65e9888ff4"
],
"Approvers": [
"f4e9d161-b4b3-43f9-9c3a-3695348adfc0",
"239f108e-ef18-4221-82e9-64c6f2496208"
],
"ApprovedBy": "2e171368-6f7f-4da5-be6a-56244355f157",
"ApprovalDate": "2026-01-14T10:35:20.2497721+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c33aab86-8cc2-4879-83e4-c66adef4e7a5",
"id": "a927bf9c-efeb-4df7-ba9d-b58c013cd7f2",
"ConfigId": "2f18b789-0a6e-4d10-af70-eaf2c083c2ff"
}
]